Carbon


DisposePixPat

Header: Quickdraw.h Carbon status: Supported

Releases the storage allocated to a pixel pattern.

void DisposePixPat (
    PixPatHandle pp
);
Parameter descriptions
pp

A handle to the pixel pattern to be disposed of.

DISCUSSION

The DisposePixPat function disposes of the data handle, expanded data handle, and pixel map handle allocated to the pixel pattern that you specify in the ppat parameter.

The DisposePixPat function is also available as the DisposPixPat function.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)